home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #11 / CD 11 (Black) - 2001.iso / FAVORG / FAVO_SRC.ZIP / shelldef.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-05-20  |  6.1 KB  |  109 lines

  1. #ifndef _INC_SHELLDEF_
  2. #define _INC_SHELLDEF_
  3.  
  4. #ifndef _ALREADY_HAVE_SHELL_HEADERS_
  5. #define NO_INTSHCUT_GUIDS
  6. #define CLSID_InternetShortcut
  7. #include <shlobj.h>   // NOTE: Make sure INETSDK shlobj.h/intshcut.h are first in path
  8. #undef CLSID_InternetShortcut
  9. #undef NO_INTSHCUT_GUIDS
  10. #include <intshcut.h>
  11. #endif // !_ALREADY_HAVE_SHELL_HEADERS_
  12.  
  13.  
  14. // CoClasses:
  15. //struct __declspec(uuid("00021400-0000-0000-C000-000000000046")) ShellDesktop;
  16. //struct __declspec(uuid("00021400-0000-0000-C000-000000000046")) ShellLink;
  17. struct __declspec(uuid("B091E540-83E3-11CF-A713-0020AFD79762")) FileTypes;
  18. #ifndef NO_INTSHCUT_GUIDS
  19. //struct __declspec(uuid("FBF23B40-E3F0-101B-8488-00AA003E56F8")) InternetShortcut;
  20. #endif // NO_INTSHCUT_GUIDS
  21. #ifndef NO_SHDOCVW_GUIDS
  22. struct __declspec(uuid("EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B")) ShellExplorer;
  23. struct __declspec(uuid("EAB22AC6-30C1-11CF-A7EB-0000C05BAE0B")) SHItemOC;
  24. //struct __declspec(uuid("0002DF01-0000-0000-C000-000000000046")) InternetExplorer;
  25. struct __declspec(uuid("0002DF09-0000-0000-C000-000000000046")) StdHyperLink;
  26. #endif // NO_SHDOCVW_GUIDS
  27.  
  28. // Interfaces:
  29. struct __declspec(uuid("000214E2-0000-0000-C000-000000000046")) IShellBrowser;
  30. struct __declspec(uuid("000214E3-0000-0000-C000-000000000046")) IShellView;
  31. struct __declspec(uuid("000214E4-0000-0000-C000-000000000046")) IContextMenu;
  32. struct __declspec(uuid("000214E5-0000-0000-C000-000000000046")) IShellIcon;
  33. struct __declspec(uuid("000214E6-0000-0000-C000-000000000046")) IShellFolder;
  34. struct __declspec(uuid("000214E8-0000-0000-C000-000000000046")) IShellExtInit;
  35. struct __declspec(uuid("000214E9-0000-0000-C000-000000000046")) IShellPropSheetExt;
  36. struct __declspec(uuid("000214EA-0000-0000-C000-000000000046")) IPersistFolder;
  37. struct __declspec(uuid("000214F1-0000-0000-C000-000000000046")) ICommDlgBrowser;
  38. struct __declspec(uuid("000214F2-0000-0000-C000-000000000046")) IEnumIDList;
  39. struct __declspec(uuid("000214F3-0000-0000-C000-000000000046")) IFileViewerSite;
  40. struct __declspec(uuid("000214F4-0000-0000-C000-000000000046")) IContextMenu2;
  41. struct __declspec(uuid("000214F6-0000-0000-C000-000000000046")) IPropSheetPage;
  42. struct __declspec(uuid("88E39E80-3578-11CF-AE69-08002B2E1262")) IShellView2;
  43. #ifdef UNICODE
  44. struct __declspec(uuid("000214F7-0000-0000-C000-000000000046")) INewShortcutHook;
  45. struct __declspec(uuid("000214F8-0000-0000-C000-000000000046")) IFileViewer;
  46. struct __declspec(uuid("000214F9-0000-0000-C000-000000000046")) IShellLink;
  47. struct __declspec(uuid("000214FA-0000-0000-C000-000000000046")) IExtractIcon;
  48. struct __declspec(uuid("000214FB-0000-0000-C000-000000000046")) IShellExecuteHook;
  49. struct __declspec(uuid("000214FC-0000-0000-C000-000000000046")) IShellCopyHook;
  50. #ifndef NO_INTSHCUT_GUIDS
  51. struct __declspec(uuid("CABB0DA0-DA57-11CF-9974-0020AFD79762")) IUniformResourceLocator;
  52. #endif // NO_INTSHCUT_GUIDS
  53. #else // !UNICODE
  54. struct __declspec(uuid("000214E1-0000-0000-C000-000000000046")) INewShortcutHook;
  55. struct __declspec(uuid("000214F0-0000-0000-C000-000000000046")) IFileViewer;
  56. struct __declspec(uuid("000214EE-0000-0000-C000-000000000046")) IShellLink;
  57. struct __declspec(uuid("000214EB-0000-0000-C000-000000000046")) IExtractIcon;
  58. struct __declspec(uuid("000214F5-0000-0000-C000-000000000046")) IShellExecuteHook;
  59. struct __declspec(uuid("000214EF-0000-0000-C000-000000000046")) IShellCopyHook;
  60. #ifndef NO_INTSHCUT_GUIDS
  61. struct __declspec(uuid("FBF23B80-E3F0-101B-8488-00AA003E56F8")) IUniformResourceLocator;
  62. #endif // NO_INTSHCUT_GUIDS
  63. #endif // !UNICODE
  64. _COM_SMARTPTR_TYPEDEF(IShellFolder, __uuidof(IShellFolder));
  65. _COM_SMARTPTR_TYPEDEF(IEnumIDList, __uuidof(IEnumIDList));
  66. _COM_SMARTPTR_TYPEDEF(IShellBrowser, __uuidof(IShellBrowser));
  67. _COM_SMARTPTR_TYPEDEF(IShellView, __uuidof(IShellView));
  68. _COM_SMARTPTR_TYPEDEF(IContextMenu, __uuidof(IContextMenu));
  69. _COM_SMARTPTR_TYPEDEF(IShellIcon, __uuidof(IShellIcon));
  70. _COM_SMARTPTR_TYPEDEF(IShellFolder, __uuidof(IShellFolder));
  71. _COM_SMARTPTR_TYPEDEF(IShellExtInit, __uuidof(IShellExtInit));
  72. _COM_SMARTPTR_TYPEDEF(IShellPropSheetExt, __uuidof(IShellPropSheetExt));
  73. _COM_SMARTPTR_TYPEDEF(IPersistFolder, __uuidof(IPersistFolder));
  74. _COM_SMARTPTR_TYPEDEF(ICommDlgBrowser, __uuidof(ICommDlgBrowser));
  75. _COM_SMARTPTR_TYPEDEF(IEnumIDList, __uuidof(IEnumIDList));
  76. _COM_SMARTPTR_TYPEDEF(IFileViewerSite, __uuidof(IFileViewerSite));
  77. _COM_SMARTPTR_TYPEDEF(IContextMenu2, __uuidof(IContextMenu2));
  78. _COM_SMARTPTR_TYPEDEF(IPropSheetPage, __uuidof(IPropSheetPage));
  79. _COM_SMARTPTR_TYPEDEF(IShellView2, __uuidof(IShellView2));
  80. // From UNICODE-conditional versions
  81. _COM_SMARTPTR_TYPEDEF(INewShortcutHook, __uuidof(INewShortcutHook));
  82. _COM_SMARTPTR_TYPEDEF(IFileViewer, __uuidof(IFileViewer));
  83. _COM_SMARTPTR_TYPEDEF(IShellLink, __uuidof(IShellLink));
  84. _COM_SMARTPTR_TYPEDEF(IExtractIcon, __uuidof(IExtractIcon));
  85. _COM_SMARTPTR_TYPEDEF(IShellExecuteHook, __uuidof(IShellExecuteHook));
  86. _COM_SMARTPTR_TYPEDEF(IShellCopyHook, __uuidof(IShellCopyHook));
  87. #ifndef NO_INTSHCUT_GUIDS
  88. _COM_SMARTPTR_TYPEDEF(IUniformResourceLocator, __uuidof(IUniformResourceLocator));
  89. #endif // NO_INTSHCUT_GUIDS
  90.  
  91. #ifndef NO_SHDOCVW_GUIDS
  92. struct __declspec(uuid("EAB22AC1-30C1-11CF-A7EB-0000C05BAE0B")) IShellExplorer;
  93. struct __declspec(uuid("EAB22AC2-30C1-11CF-A7EB-0000C05BAE0B")) DShellExplorerEvents;
  94. struct __declspec(uuid("EAB22AC4-30C1-11CF-A7EB-0000C05BAE0B")) ISHItemOC;
  95. struct __declspec(uuid("EAB22AC5-30C1-11CF-A7EB-0000C05BAE0B")) DSHItemOCEvents;
  96. struct __declspec(uuid("0002DF07-0000-0000-C000-000000000046")) DHyperLink;
  97. struct __declspec(uuid("0002DF05-0000-0000-C000-000000000046")) DIExplorer;
  98. struct __declspec(uuid("0002DF06-0000-0000-C000-000000000046")) DExplorerEvents;
  99. _COM_SMARTPTR_TYPEDEF(IShellExplorer, __uuidof(IShellExplorer));
  100. _COM_SMARTPTR_TYPEDEF(DShellExplorerEvents, __uuidof(DShellExplorerEvents));
  101. _COM_SMARTPTR_TYPEDEF(ISHItemOC, __uuidof(ISHItemOC));
  102. _COM_SMARTPTR_TYPEDEF(DSHItemOCEvents, __uuidof(DSHItemOCEvents));
  103. _COM_SMARTPTR_TYPEDEF(DHyperLink, __uuidof(DHyperLink));
  104. _COM_SMARTPTR_TYPEDEF(DIExplorer, __uuidof(DIExplorer));
  105. _COM_SMARTPTR_TYPEDEF(DExplorerEvents, __uuidof(DExplorerEvents));
  106. #endif // NO_SHDOCVW_GUIDS
  107.  
  108. #endif //_INC_SHELLDEF_
  109.